Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.dom
/
CSSComputedStyleProperty
C
S
S
Computed
Style
Property
data class
CSSComputedStyleProperty
(name:
String
, value:
String
)
Content copied to clipboard
Constructors
Properties
Sources
Constructors
CSSComputedStyleProperty
Link copied to clipboard
fun
CSSComputedStyleProperty
(name:
String
, value:
String
)
Content copied to clipboard
On this page
On this page
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
Computed style property name.
value
Link copied to clipboard
val
value
:
String
Content copied to clipboard
Computed style property value.
On this page
On this page
Sources
jvm source
Link copied to clipboard
On this page
On this page